home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ErrorAlert.h
-
- Contains: xxx put contents here xxx
-
- Version: xxx put version here xxx
-
- Copyright: © 1999 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: xxx put dri here xxx
-
- Other Contact: xxx put other contact here xxx
-
- Technology: xxx put technology here xxx
-
- Writers:
-
- (BWS) Brent Schorsch
-
- Change History (most recent first):
-
- <SP1> 7/1/99 BWS first checked in
- */
-
- #ifndef __ERRORALERT__
- #define __ERRORALERT__
-
- //• ———————————————————————————————————————— Includes
- //• ———————————————————————————————————————— Public Definitions
- //• ———————————————————————————————————————— Public Types
- //• ———————————————————————————————————————— Public Variables
- //• ———————————————————————————————————————— Public Functions
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern void ErrorAlert(StringPtr errorStr, OSStatus errNum, Boolean shouldQuit);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif